home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / localize / french / locali~1.cpp next >
C/C++ Source or Header  |  1995-11-21  |  146b  |  13 lines

  1. #include <windows.h>
  2.  
  3. int DllMain
  4. (
  5.     HINSTANCE hInst,
  6.     HINSTANCE hInstPrev,
  7.     LPSTR     pszCmdLine,
  8.     int      nCmdShow
  9. )
  10. {
  11. return TRUE;
  12. }
  13.